home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / RMH / Examples / requester.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  2001-05-24  |  166 b   |  12 lines

  1. /*
  2. usage of Requester()
  3. */
  4.  
  5. l="rmh.library";if ~show("L",l) then;if ~addlib(l,0,-30) then exit
  6.  
  7. volume="Volume:"
  8.  
  9. do while Requester("Want me",,"to try again?")
  10. end
  11.  
  12.